home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group95b.txt / 000112_icon-group-sender _Thu Aug 3 08:32:45 1995.msg < prev    next >
Internet Message Format  |  1995-09-18  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Thu, 3 Aug 1995 12:27:40 MST
  2. Date: Thu, 3 Aug 1995 08:32:45 -0700
  3. From: kwalker@sirtur.premenos.com (Ken Walker)
  4. Message-Id: <9508031532.AA17612@sirtur.sirtur.premenos.com>
  5. To: gln@cs.simpson.edu, icon-group@cs.arizona.edu
  6. Subject: Re: save question
  7. X-Sun-Charset: US-ASCII
  8. Errors-To: icon-group-errors@cs.arizona.edu
  9.  
  10. > Date: 2 Aug 1995 17:30:28 GMT
  11. > From: Gary Newell <gln@cs.simpson.edu>
  12. >... Anyway, here's my question. Some students would like to
  13. > move executables over to the Campus system (the larger Alpha server which
  14. > does not have ICON installed).  So how do they get a true executable? 
  15.  
  16. The icon compiler, iconc, will give you a true executable. It's a good idea to re-test
  17. the program after compiling as the compiler has more bugs than the interpreter. To
  18. run iconc, you need a C compiler on your system, because it uses the C compiler as a
  19. back end. Your program will probably run significantly faster after it is compiled,
  20. though there are a few programs where it doesn't make much difference.
  21.  
  22. An alternative is to put iconx somewhere on the other system and set the environment
  23. variable ICONX to point to its location. You can then execute the output of icont
  24. on that system.
  25.  
  26. Ken Walker, kwalker@premenos.com
  27. Premenos Coporation, Concord, Ca. 94520
  28.